| 1. | Pads string with blank or pad character to length 用空格或指定字符填满字符串到指定长度 |
| 2. | Splits words in string with n pad characters between them 分隔字符串中的单词,并在单词之间填充n个字符 |
| 3. | Pad character , transmission 传输衬垫字符 |
| 4. | Buffer pad characters 衬填字元缓冲器 |
| 5. | Method enables you to specify your own padding character . the following code example uses the 如果未使用重写(它允许指定自己的自定义填充字符) ,则会插入空白。 |
| 6. | The number of characters in the resulting string , equal to the number of original characters plus any additional padding characters 结果字符串中的字符数,等于原始字符数加上任何其他填充字符。 |
| 7. | Currency separators include the thousands separators , decimal separators , decimal position , field length , and padding character 货币分隔符包括千位分隔符、小数点、小数位置、字段长度和填充字符。 |
| 8. | The padding character can be spaces or a specified character , and consequently appears to be either right - aligned or left - aligned 新字符串既可以用空格(也称为空白)进行填充,也可以用自定义字符进行填充。 |
| 9. | Method creates a new string by concatenating enough leading pad characters to an original string to achieve a specified total length . the 方法创建一个新的字符串,该字符串是右对的,以便其最后一个字符到该字符串的第一个索引处为指定数量的空白。 |
| 10. | Method creates a new string by concatenating enough trailing pad characters to an original string to achieve a specified total length . the 方法创建一个新的字符串,该字符串是左对的,以便对当前字符串进行扩展,从而使该字符串第一个索引的右侧有指定数量的空白。 |